public Department Get(int id)
 {
     return(Get_Data.Get_Department(id));
 }