public List <tbl_Form> GetAllFormsByDomainID(int domainID) { return(FormRepository.GetByDomainID(domainID).ToList()); }