public List <ProjectAllocationEntities> GetGenders() { var count = new ClientDAC(); return(count.GetGenders()); }