public int CourseId { get; set;}
public string Title {get; set;}
public int Credit {get; set;}
public Department Department {get; set;}
public Intructor Intructor {get; set;}
public int EnrollmentId { get; set;}
public int Grade { get; set;}
public Student Students{get; set;}
public int StudentId { get; set;}
public string LastName{get; set;}
public string FirstName {get; set;}
public int DepartmentId { get; set;}
public string Name {get; set;}
public decimal Budget {get; set;}
public int InstructorId { get; set;}
public string FirstName {get; set;}
public string LastName {get; set;}
public OfficeAssign Assign {get; set;}
public class OfficeAssign
public int AssignId {get; set; }
public string Location {get; set;}