public Contract GetEmpContract(int id)
 {
     return(_controller.GetEmpContract(id));
 }