public ICollection <RoleViewModels> GetAll()
 {
     return(Mapper.AllToModel(Repository.GetAll()));
 }