public bool AddSalutationEntity(SalutationTypeMaster SalutationTypeMaster)
 {
     return(Repository.AddSalutationEntity(SalutationTypeMaster));
 }