public int AddEmp(Employee model)
 {
     return(dal.AddEmp(model));
 }