public bool AddEmploymentEntity(EmploymentTypeMaster EmploymentTypeMaster)
 {
     return(Repository.AddEmploymentEntity(EmploymentTypeMaster));
 }