public bool IsNameExists(string name)
 {
     return(designationGateway.IsNameExists(name));
 }