public Employee GetEmployeebyID(int id)
 {
     return(context.GetAllEmployeeById(id));
 }