public IEnumerable <ClientServiceType> GetServiceRequestType(string Clientid)
 {
     return(repository.GetServiceRequestType(Clientid));
 }